home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Reverse Code Engineering RCE CD +sandman 2000
/
ReverseCodeEngineeringRceCdsandman2000.iso
/
RCE
/
Svd Messageboard Arcive
/
ephemery
/
data
/
MBPREP.ZIP
/
X2NAME.PL
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-01-30
|
407 b
|
22 lines
$x='';
while (<>) {
if (/\"MyNum\"/) {
$x = $_;
$x =~ s/<INPUT NAME=\"MyNum\" TYPE=\"hidden\" VALUE=\"//i;
$x =~ s/\".*\s*//;
$x = substr($x,-8);
}
s/\ \;/ /gi;
s/nbsp;//gi;
s/<BR>/<BR>\n/gi;
$z[$i++] = $_;
}
print "$x;";
if ($x ne '') {
$x = ">$x.HTM";
open(x) || die "$! $x";
for ($i=0;$i<=$#z;$i++) { print x $z[$i]; }
close(x);
}